home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_SND / RANSOUND.ZIP;1 / WRSOUND.DOC < prev    next >
Encoding:
Text File  |  1994-01-08  |  4.5 KB  |  116 lines

  1.  
  2.                          RANDOM SOUNDS FOR WINDOWS
  3.  
  4.                         VERSION 1.00, JANUARY, 1994
  5.  
  6. INTRODUCTION
  7. ------------
  8.      If you use your computer allot and you have both a sound
  9. board and MS Windows, then you probably get sick of hearing the
  10. same start-up sound every time Windows turns on.  That's why this
  11. program came into being.
  12.  
  13.      WRSOUND is a small DOS utility program which is designed to
  14. be placed in your AUTOEXEC.BAT file.  Each time your computer
  15. turns on, this program will randomly choose two sound files from
  16. your own sound library.  These two files will be copied to two
  17. new files named, WSTART.WAV and WEXIT.WAV, which windows can use
  18. as its start-up and exit sounds.  This way, each time you use
  19. your computer, you will hear a new and different sound.
  20.  
  21.  
  22. SYSTEM REQUIREMENTS
  23. -------------------
  24.      WRSOUND will run on any IBM compatible computer which is
  25. running DOS 5.0 or higher.  It temporally uses only 30K of
  26. conventional RAM while it runs, and will run with any screen
  27. type.  There four files included with this program:
  28.  
  29. The utility program:     WRSOUND.EXE    size: 24755 bytes.
  30. Installation Program:    INSTALL.BAT    size: 1348 bytes.
  31. Help Program:            HELP.BAT       size: 528 bytes.
  32. This document:           WRSOUND.DOC    size: 4614 bytes.
  33.  
  34.  
  35. PROGRAM USAGE
  36. -------------
  37.      This program was written in C and uses the DOS Copy command
  38. to copy the sound files.  In order to properly install this
  39. program you must follow the four step installation procedure
  40. outlined below:
  41.  
  42. 1)   Use the Install program to install all needed software on
  43. your computer.  From the disk or directory that the original
  44. WRSOUND files are in type: INSTALL C:.  Note that [C] is the
  45. letter of the hard disk you wish to install the program on.  
  46.  
  47. 2)   Place all your sound files in the \WRSOUND directory and
  48. rename the sound files so that they fit the following pattern:
  49. RSNDxxx.WAV.  Note that xxx is a number between 1 and 999 (for
  50. example: RSND12.WAV).  The WRSOUND program will only recognize
  51. sound files that fit this name pattern.
  52.  
  53. 3)   Edit your AUTOEXEC.BAT file to place the WRSOUND program in
  54. your start-up routine.  Note that because WRSOUND uses the DOS
  55. Copy command to copy files, the program call must be placed after
  56. your PATH statement, but before the statement that starts
  57. Windows.  
  58.  
  59.      To start WRSOUND you must type the following: WRSOUND n d
  60.  
  61.      Where [n] is the total number of sound files in your
  62. software library, between 2 and 999.  To get help, [n] may be any
  63. of the following switches: ?, /?, /H.
  64.  
  65.      The [d] switch is optional and is the disk and directory
  66. where your sound files are located.  If [d] is not given the
  67. program will search the current directory.
  68.  
  69.      The following is an example of a typical AUTOEXEC file:
  70.  
  71.                @ECHO OFF
  72.                PATH = C:\;C:\DOS;C:\WINDOWS
  73.                SET TEMP = C:\DOS
  74.                C:\WRSOUND\WRSOUND 15 C:\WRSOUND
  75.                WIN
  76.  
  77. 4)   Now start-up MS Windows and from the Control Panel window,
  78. choose the Sounds icon and set the Windows Start and Windows Exit
  79. sounds to C:\WRSOUND\WSTART.WAV and C:\WRSOUND\WEXIT.WAV.
  80.  
  81.  
  82. MAINTENANCE
  83. -----------
  84.      As you add or delete sounds from your software library you
  85. will need to change the maximum number of files given in the
  86. WRSOUND program call located in your AUTOEXEC.BAT file.
  87.  
  88.  
  89. NOTICES
  90. -------
  91.      WRSOUND is a copyright (c) of Rory Robinson.  This product
  92. may be distributed freely to users.  It may not be sold or
  93. packaged, either individually, or as part of any other product
  94. without the expressed written consent of the author.  This
  95. product may not be changed or altered without the expressed
  96. written consent of the author.  Note: MS Windows is a registered
  97. trademark of the Microsoft Corporation.
  98.  
  99.      This program is offered on an as-is-basis without any
  100. guarantee as to the correctness of function or fitness for a
  101. specific purpose.  The author believes this program to work as
  102. described; however, you use the program entirely at your own
  103. risk.  The author will not be responsible for any hardware or
  104. software damage, loss of data, or incidental or consequential
  105. damage that may result from its use, whether or not such use is
  106. in accordance with the instructions.
  107.  
  108.      I doubt that I will ever update this particular program,
  109. thus no registration fee is required.  Any inquiries regarding
  110. this program, be they questions or comments, should be sent to:
  111.  
  112. Rory Robinson
  113. P.O. Box 3328
  114. Van Nuys, California
  115. 91407
  116.